Graph.edges

Get the edges this graph has

  1. T[][T] edges [@property getter]
    struct Graph(T = string)
    @property
    T[][T]
    edges
    ()
  2. T[][T] edges [@property setter]

Return Value

Type: T[][T]

The edges of the graph

Meta